home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / CREATIVEMASKEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.2 KB  |  33 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="CreativeMaskEffect">
  3.   <description>
  4.     CreativeMaskEffect is an effect that renders blur radius mask for CreativeBlur.
  5.     It is not intended to be used by itself.
  6.   </description>
  7.   <scale type="identity"/>
  8.   <property name="MaskType" type="int" default="0" label="Mask Type">
  9.     <choice>Radial</choice>
  10.     <choice>Elliptic</choice>
  11.     <comments>
  12.       One of supported fixed mask types
  13.     </comments>
  14.     </property>
  15.     <property name="MaskSize" type="float" default="0" label="Mask Size">
  16.         <range min="0" max="1"/>
  17.         <comments>
  18.             Mask size in the units relative to image size
  19.         </comments>
  20.     </property>
  21.     <property name="MaskFeather" type="float" default="0.1" label="Mask Feather">
  22.         <range min="0" max="1.5"/>
  23.         <comments>
  24.             Mask feather size in the units relative to mask size
  25.         </comments>
  26.     </property>
  27.     <property name="IsMaskInverted" type="bool" default="false" label="Is Mask Inverted?">
  28.         <comments>
  29.             Invert the mask if IsMaskInverted is true
  30.         </comments>
  31.     </property>
  32. </effect>
  33.